3.2.43 \(\int \frac {(g \cos (e+f x))^{3/2} (c-c \sin (e+f x))^{7/2}}{(a+a \sin (e+f x))^{5/2}} \, dx\) [143]

3.2.43.1 Optimal result
3.2.43.2 Mathematica [A] (verified)
3.2.43.3 Rubi [A] (verified)
3.2.43.4 Maple [C] (warning: unable to verify)
3.2.43.5 Fricas [C] (verification not implemented)
3.2.43.6 Sympy [F(-1)]
3.2.43.7 Maxima [F]
3.2.43.8 Giac [F(-1)]
3.2.43.9 Mupad [F(-1)]

3.2.43.1 Optimal result

Integrand size = 42, antiderivative size = 298 \[ \int \frac {(g \cos (e+f x))^{3/2} (c-c \sin (e+f x))^{7/2}}{(a+a \sin (e+f x))^{5/2}} \, dx=\frac {154 c^4 (g \cos (e+f x))^{5/2}}{5 a^2 f g \sqrt {a+a \sin (e+f x)} \sqrt {c-c \sin (e+f x)}}+\frac {462 c^4 g \sqrt {\cos (e+f x)} \sqrt {g \cos (e+f x)} E\left (\left .\frac {1}{2} (e+f x)\right |2\right )}{5 a^2 f \sqrt {a+a \sin (e+f x)} \sqrt {c-c \sin (e+f x)}}+\frac {66 c^3 (g \cos (e+f x))^{5/2} \sqrt {c-c \sin (e+f x)}}{5 a^2 f g \sqrt {a+a \sin (e+f x)}}+\frac {12 c^2 (g \cos (e+f x))^{5/2} (c-c \sin (e+f x))^{3/2}}{a f g (a+a \sin (e+f x))^{3/2}}-\frac {4 c (g \cos (e+f x))^{5/2} (c-c \sin (e+f x))^{5/2}}{5 f g (a+a \sin (e+f x))^{5/2}} \]

output
12*c^2*(g*cos(f*x+e))^(5/2)*(c-c*sin(f*x+e))^(3/2)/a/f/g/(a+a*sin(f*x+e))^ 
(3/2)-4/5*c*(g*cos(f*x+e))^(5/2)*(c-c*sin(f*x+e))^(5/2)/f/g/(a+a*sin(f*x+e 
))^(5/2)+154/5*c^4*(g*cos(f*x+e))^(5/2)/a^2/f/g/(a+a*sin(f*x+e))^(1/2)/(c- 
c*sin(f*x+e))^(1/2)+462/5*c^4*g*(cos(1/2*f*x+1/2*e)^2)^(1/2)/cos(1/2*f*x+1 
/2*e)*EllipticE(sin(1/2*f*x+1/2*e),2^(1/2))*cos(f*x+e)^(1/2)*(g*cos(f*x+e) 
)^(1/2)/a^2/f/(a+a*sin(f*x+e))^(1/2)/(c-c*sin(f*x+e))^(1/2)+66/5*c^3*(g*co 
s(f*x+e))^(5/2)*(c-c*sin(f*x+e))^(1/2)/a^2/f/g/(a+a*sin(f*x+e))^(1/2)
 
3.2.43.2 Mathematica [A] (verified)

Time = 7.41 (sec) , antiderivative size = 250, normalized size of antiderivative = 0.84 \[ \int \frac {(g \cos (e+f x))^{3/2} (c-c \sin (e+f x))^{7/2}}{(a+a \sin (e+f x))^{5/2}} \, dx=\frac {c^3 (g \cos (e+f x))^{3/2} \left (\cos \left (\frac {1}{2} (e+f x)\right )+\sin \left (\frac {1}{2} (e+f x)\right )\right )^2 \sqrt {c-c \sin (e+f x)} \left (1848 E\left (\left .\frac {1}{2} (e+f x)\right |2\right ) \left (\cos \left (\frac {1}{2} (e+f x)\right )+\sin \left (\frac {1}{2} (e+f x)\right )\right )^3+\sqrt {\cos (e+f x)} \left (487 \cos \left (\frac {1}{2} (e+f x)\right )+633 \cos \left (\frac {3}{2} (e+f x)\right )-17 \cos \left (\frac {5}{2} (e+f x)\right )+\cos \left (\frac {7}{2} (e+f x)\right )-487 \sin \left (\frac {1}{2} (e+f x)\right )+633 \sin \left (\frac {3}{2} (e+f x)\right )+17 \sin \left (\frac {5}{2} (e+f x)\right )+\sin \left (\frac {7}{2} (e+f x)\right )\right )\right )}{20 f \cos ^{\frac {3}{2}}(e+f x) \left (\cos \left (\frac {1}{2} (e+f x)\right )-\sin \left (\frac {1}{2} (e+f x)\right )\right ) (a (1+\sin (e+f x)))^{5/2}} \]

input
Integrate[((g*Cos[e + f*x])^(3/2)*(c - c*Sin[e + f*x])^(7/2))/(a + a*Sin[e 
 + f*x])^(5/2),x]
 
output
(c^3*(g*Cos[e + f*x])^(3/2)*(Cos[(e + f*x)/2] + Sin[(e + f*x)/2])^2*Sqrt[c 
 - c*Sin[e + f*x]]*(1848*EllipticE[(e + f*x)/2, 2]*(Cos[(e + f*x)/2] + Sin 
[(e + f*x)/2])^3 + Sqrt[Cos[e + f*x]]*(487*Cos[(e + f*x)/2] + 633*Cos[(3*( 
e + f*x))/2] - 17*Cos[(5*(e + f*x))/2] + Cos[(7*(e + f*x))/2] - 487*Sin[(e 
 + f*x)/2] + 633*Sin[(3*(e + f*x))/2] + 17*Sin[(5*(e + f*x))/2] + Sin[(7*( 
e + f*x))/2])))/(20*f*Cos[e + f*x]^(3/2)*(Cos[(e + f*x)/2] - Sin[(e + f*x) 
/2])*(a*(1 + Sin[e + f*x]))^(5/2))
 
3.2.43.3 Rubi [A] (verified)

Time = 2.28 (sec) , antiderivative size = 296, normalized size of antiderivative = 0.99, number of steps used = 14, number of rules used = 14, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.333, Rules used = {3042, 3329, 3042, 3329, 3042, 3330, 3042, 3330, 3042, 3321, 3042, 3121, 3042, 3119}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {(c-c \sin (e+f x))^{7/2} (g \cos (e+f x))^{3/2}}{(a \sin (e+f x)+a)^{5/2}} \, dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int \frac {(c-c \sin (e+f x))^{7/2} (g \cos (e+f x))^{3/2}}{(a \sin (e+f x)+a)^{5/2}}dx\)

\(\Big \downarrow \) 3329

\(\displaystyle -\frac {3 c \int \frac {(g \cos (e+f x))^{3/2} (c-c \sin (e+f x))^{5/2}}{(\sin (e+f x) a+a)^{3/2}}dx}{a}-\frac {4 c (c-c \sin (e+f x))^{5/2} (g \cos (e+f x))^{5/2}}{5 f g (a \sin (e+f x)+a)^{5/2}}\)

\(\Big \downarrow \) 3042

\(\displaystyle -\frac {3 c \int \frac {(g \cos (e+f x))^{3/2} (c-c \sin (e+f x))^{5/2}}{(\sin (e+f x) a+a)^{3/2}}dx}{a}-\frac {4 c (c-c \sin (e+f x))^{5/2} (g \cos (e+f x))^{5/2}}{5 f g (a \sin (e+f x)+a)^{5/2}}\)

\(\Big \downarrow \) 3329

\(\displaystyle -\frac {3 c \left (-\frac {11 c \int \frac {(g \cos (e+f x))^{3/2} (c-c \sin (e+f x))^{3/2}}{\sqrt {\sin (e+f x) a+a}}dx}{a}-\frac {4 c (c-c \sin (e+f x))^{3/2} (g \cos (e+f x))^{5/2}}{f g (a \sin (e+f x)+a)^{3/2}}\right )}{a}-\frac {4 c (c-c \sin (e+f x))^{5/2} (g \cos (e+f x))^{5/2}}{5 f g (a \sin (e+f x)+a)^{5/2}}\)

\(\Big \downarrow \) 3042

\(\displaystyle -\frac {3 c \left (-\frac {11 c \int \frac {(g \cos (e+f x))^{3/2} (c-c \sin (e+f x))^{3/2}}{\sqrt {\sin (e+f x) a+a}}dx}{a}-\frac {4 c (c-c \sin (e+f x))^{3/2} (g \cos (e+f x))^{5/2}}{f g (a \sin (e+f x)+a)^{3/2}}\right )}{a}-\frac {4 c (c-c \sin (e+f x))^{5/2} (g \cos (e+f x))^{5/2}}{5 f g (a \sin (e+f x)+a)^{5/2}}\)

\(\Big \downarrow \) 3330

\(\displaystyle -\frac {3 c \left (-\frac {11 c \left (\frac {7}{5} c \int \frac {(g \cos (e+f x))^{3/2} \sqrt {c-c \sin (e+f x)}}{\sqrt {\sin (e+f x) a+a}}dx+\frac {2 c \sqrt {c-c \sin (e+f x)} (g \cos (e+f x))^{5/2}}{5 f g \sqrt {a \sin (e+f x)+a}}\right )}{a}-\frac {4 c (c-c \sin (e+f x))^{3/2} (g \cos (e+f x))^{5/2}}{f g (a \sin (e+f x)+a)^{3/2}}\right )}{a}-\frac {4 c (c-c \sin (e+f x))^{5/2} (g \cos (e+f x))^{5/2}}{5 f g (a \sin (e+f x)+a)^{5/2}}\)

\(\Big \downarrow \) 3042

\(\displaystyle -\frac {3 c \left (-\frac {11 c \left (\frac {7}{5} c \int \frac {(g \cos (e+f x))^{3/2} \sqrt {c-c \sin (e+f x)}}{\sqrt {\sin (e+f x) a+a}}dx+\frac {2 c \sqrt {c-c \sin (e+f x)} (g \cos (e+f x))^{5/2}}{5 f g \sqrt {a \sin (e+f x)+a}}\right )}{a}-\frac {4 c (c-c \sin (e+f x))^{3/2} (g \cos (e+f x))^{5/2}}{f g (a \sin (e+f x)+a)^{3/2}}\right )}{a}-\frac {4 c (c-c \sin (e+f x))^{5/2} (g \cos (e+f x))^{5/2}}{5 f g (a \sin (e+f x)+a)^{5/2}}\)

\(\Big \downarrow \) 3330

\(\displaystyle -\frac {3 c \left (-\frac {11 c \left (\frac {7}{5} c \left (c \int \frac {(g \cos (e+f x))^{3/2}}{\sqrt {\sin (e+f x) a+a} \sqrt {c-c \sin (e+f x)}}dx+\frac {2 c (g \cos (e+f x))^{5/2}}{3 f g \sqrt {a \sin (e+f x)+a} \sqrt {c-c \sin (e+f x)}}\right )+\frac {2 c \sqrt {c-c \sin (e+f x)} (g \cos (e+f x))^{5/2}}{5 f g \sqrt {a \sin (e+f x)+a}}\right )}{a}-\frac {4 c (c-c \sin (e+f x))^{3/2} (g \cos (e+f x))^{5/2}}{f g (a \sin (e+f x)+a)^{3/2}}\right )}{a}-\frac {4 c (c-c \sin (e+f x))^{5/2} (g \cos (e+f x))^{5/2}}{5 f g (a \sin (e+f x)+a)^{5/2}}\)

\(\Big \downarrow \) 3042

\(\displaystyle -\frac {3 c \left (-\frac {11 c \left (\frac {7}{5} c \left (c \int \frac {(g \cos (e+f x))^{3/2}}{\sqrt {\sin (e+f x) a+a} \sqrt {c-c \sin (e+f x)}}dx+\frac {2 c (g \cos (e+f x))^{5/2}}{3 f g \sqrt {a \sin (e+f x)+a} \sqrt {c-c \sin (e+f x)}}\right )+\frac {2 c \sqrt {c-c \sin (e+f x)} (g \cos (e+f x))^{5/2}}{5 f g \sqrt {a \sin (e+f x)+a}}\right )}{a}-\frac {4 c (c-c \sin (e+f x))^{3/2} (g \cos (e+f x))^{5/2}}{f g (a \sin (e+f x)+a)^{3/2}}\right )}{a}-\frac {4 c (c-c \sin (e+f x))^{5/2} (g \cos (e+f x))^{5/2}}{5 f g (a \sin (e+f x)+a)^{5/2}}\)

\(\Big \downarrow \) 3321

\(\displaystyle -\frac {3 c \left (-\frac {11 c \left (\frac {7}{5} c \left (\frac {c g \cos (e+f x) \int \sqrt {g \cos (e+f x)}dx}{\sqrt {a \sin (e+f x)+a} \sqrt {c-c \sin (e+f x)}}+\frac {2 c (g \cos (e+f x))^{5/2}}{3 f g \sqrt {a \sin (e+f x)+a} \sqrt {c-c \sin (e+f x)}}\right )+\frac {2 c \sqrt {c-c \sin (e+f x)} (g \cos (e+f x))^{5/2}}{5 f g \sqrt {a \sin (e+f x)+a}}\right )}{a}-\frac {4 c (c-c \sin (e+f x))^{3/2} (g \cos (e+f x))^{5/2}}{f g (a \sin (e+f x)+a)^{3/2}}\right )}{a}-\frac {4 c (c-c \sin (e+f x))^{5/2} (g \cos (e+f x))^{5/2}}{5 f g (a \sin (e+f x)+a)^{5/2}}\)

\(\Big \downarrow \) 3042

\(\displaystyle -\frac {3 c \left (-\frac {11 c \left (\frac {7}{5} c \left (\frac {c g \cos (e+f x) \int \sqrt {g \sin \left (e+f x+\frac {\pi }{2}\right )}dx}{\sqrt {a \sin (e+f x)+a} \sqrt {c-c \sin (e+f x)}}+\frac {2 c (g \cos (e+f x))^{5/2}}{3 f g \sqrt {a \sin (e+f x)+a} \sqrt {c-c \sin (e+f x)}}\right )+\frac {2 c \sqrt {c-c \sin (e+f x)} (g \cos (e+f x))^{5/2}}{5 f g \sqrt {a \sin (e+f x)+a}}\right )}{a}-\frac {4 c (c-c \sin (e+f x))^{3/2} (g \cos (e+f x))^{5/2}}{f g (a \sin (e+f x)+a)^{3/2}}\right )}{a}-\frac {4 c (c-c \sin (e+f x))^{5/2} (g \cos (e+f x))^{5/2}}{5 f g (a \sin (e+f x)+a)^{5/2}}\)

\(\Big \downarrow \) 3121

\(\displaystyle -\frac {3 c \left (-\frac {11 c \left (\frac {7}{5} c \left (\frac {c g \sqrt {\cos (e+f x)} \sqrt {g \cos (e+f x)} \int \sqrt {\cos (e+f x)}dx}{\sqrt {a \sin (e+f x)+a} \sqrt {c-c \sin (e+f x)}}+\frac {2 c (g \cos (e+f x))^{5/2}}{3 f g \sqrt {a \sin (e+f x)+a} \sqrt {c-c \sin (e+f x)}}\right )+\frac {2 c \sqrt {c-c \sin (e+f x)} (g \cos (e+f x))^{5/2}}{5 f g \sqrt {a \sin (e+f x)+a}}\right )}{a}-\frac {4 c (c-c \sin (e+f x))^{3/2} (g \cos (e+f x))^{5/2}}{f g (a \sin (e+f x)+a)^{3/2}}\right )}{a}-\frac {4 c (c-c \sin (e+f x))^{5/2} (g \cos (e+f x))^{5/2}}{5 f g (a \sin (e+f x)+a)^{5/2}}\)

\(\Big \downarrow \) 3042

\(\displaystyle -\frac {3 c \left (-\frac {11 c \left (\frac {7}{5} c \left (\frac {c g \sqrt {\cos (e+f x)} \sqrt {g \cos (e+f x)} \int \sqrt {\sin \left (e+f x+\frac {\pi }{2}\right )}dx}{\sqrt {a \sin (e+f x)+a} \sqrt {c-c \sin (e+f x)}}+\frac {2 c (g \cos (e+f x))^{5/2}}{3 f g \sqrt {a \sin (e+f x)+a} \sqrt {c-c \sin (e+f x)}}\right )+\frac {2 c \sqrt {c-c \sin (e+f x)} (g \cos (e+f x))^{5/2}}{5 f g \sqrt {a \sin (e+f x)+a}}\right )}{a}-\frac {4 c (c-c \sin (e+f x))^{3/2} (g \cos (e+f x))^{5/2}}{f g (a \sin (e+f x)+a)^{3/2}}\right )}{a}-\frac {4 c (c-c \sin (e+f x))^{5/2} (g \cos (e+f x))^{5/2}}{5 f g (a \sin (e+f x)+a)^{5/2}}\)

\(\Big \downarrow \) 3119

\(\displaystyle -\frac {4 c (c-c \sin (e+f x))^{5/2} (g \cos (e+f x))^{5/2}}{5 f g (a \sin (e+f x)+a)^{5/2}}-\frac {3 c \left (-\frac {4 c (c-c \sin (e+f x))^{3/2} (g \cos (e+f x))^{5/2}}{f g (a \sin (e+f x)+a)^{3/2}}-\frac {11 c \left (\frac {2 c \sqrt {c-c \sin (e+f x)} (g \cos (e+f x))^{5/2}}{5 f g \sqrt {a \sin (e+f x)+a}}+\frac {7}{5} c \left (\frac {2 c (g \cos (e+f x))^{5/2}}{3 f g \sqrt {a \sin (e+f x)+a} \sqrt {c-c \sin (e+f x)}}+\frac {2 c g \sqrt {\cos (e+f x)} E\left (\left .\frac {1}{2} (e+f x)\right |2\right ) \sqrt {g \cos (e+f x)}}{f \sqrt {a \sin (e+f x)+a} \sqrt {c-c \sin (e+f x)}}\right )\right )}{a}\right )}{a}\)

input
Int[((g*Cos[e + f*x])^(3/2)*(c - c*Sin[e + f*x])^(7/2))/(a + a*Sin[e + f*x 
])^(5/2),x]
 
output
(-4*c*(g*Cos[e + f*x])^(5/2)*(c - c*Sin[e + f*x])^(5/2))/(5*f*g*(a + a*Sin 
[e + f*x])^(5/2)) - (3*c*((-4*c*(g*Cos[e + f*x])^(5/2)*(c - c*Sin[e + f*x] 
)^(3/2))/(f*g*(a + a*Sin[e + f*x])^(3/2)) - (11*c*((2*c*(g*Cos[e + f*x])^( 
5/2)*Sqrt[c - c*Sin[e + f*x]])/(5*f*g*Sqrt[a + a*Sin[e + f*x]]) + (7*c*((2 
*c*(g*Cos[e + f*x])^(5/2))/(3*f*g*Sqrt[a + a*Sin[e + f*x]]*Sqrt[c - c*Sin[ 
e + f*x]]) + (2*c*g*Sqrt[Cos[e + f*x]]*Sqrt[g*Cos[e + f*x]]*EllipticE[(e + 
 f*x)/2, 2])/(f*Sqrt[a + a*Sin[e + f*x]]*Sqrt[c - c*Sin[e + f*x]])))/5))/a 
))/a
 

3.2.43.3.1 Defintions of rubi rules used

rule 3042
Int[u_, x_Symbol] :> Int[DeactivateTrig[u, x], x] /; FunctionOfTrigOfLinear 
Q[u, x]
 

rule 3119
Int[Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2/d)*EllipticE[(1/2)* 
(c - Pi/2 + d*x), 2], x] /; FreeQ[{c, d}, x]
 

rule 3121
Int[((b_)*sin[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Simp[(b*Sin[c + d*x]) 
^n/Sin[c + d*x]^n   Int[Sin[c + d*x]^n, x], x] /; FreeQ[{b, c, d}, x] && Lt 
Q[-1, n, 1] && IntegerQ[2*n]
 

rule 3321
Int[(cos[(e_.) + (f_.)*(x_)]*(g_.))^(p_)/(Sqrt[(a_) + (b_.)*sin[(e_.) + (f_ 
.)*(x_)]]*Sqrt[(c_) + (d_.)*sin[(e_.) + (f_.)*(x_)]]), x_Symbol] :> Simp[g* 
(Cos[e + f*x]/(Sqrt[a + b*Sin[e + f*x]]*Sqrt[c + d*Sin[e + f*x]]))   Int[(g 
*Cos[e + f*x])^(p - 1), x], x] /; FreeQ[{a, b, c, d, e, f, g, p}, x] && EqQ 
[b*c + a*d, 0] && EqQ[a^2 - b^2, 0]
 

rule 3329
Int[(cos[(e_.) + (f_.)*(x_)]*(g_.))^(p_)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x 
_)])^(m_)*((c_) + (d_.)*sin[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[-2 
*b*(g*Cos[e + f*x])^(p + 1)*(a + b*Sin[e + f*x])^(m - 1)*((c + d*Sin[e + f* 
x])^n/(f*g*(2*n + p + 1))), x] - Simp[b*((2*m + p - 1)/(d*(2*n + p + 1))) 
 Int[(g*Cos[e + f*x])^p*(a + b*Sin[e + f*x])^(m - 1)*(c + d*Sin[e + f*x])^( 
n + 1), x], x] /; FreeQ[{a, b, c, d, e, f, g, p}, x] && EqQ[b*c + a*d, 0] & 
& EqQ[a^2 - b^2, 0] && GtQ[m, 0] && LtQ[n, -1] && NeQ[2*n + p + 1, 0] && In 
tegersQ[2*m, 2*n, 2*p]
 

rule 3330
Int[(cos[(e_.) + (f_.)*(x_)]*(g_.))^(p_)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x 
_)])^(m_)*((c_) + (d_.)*sin[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[(- 
b)*(g*Cos[e + f*x])^(p + 1)*(a + b*Sin[e + f*x])^(m - 1)*((c + d*Sin[e + f* 
x])^n/(f*g*(m + n + p))), x] + Simp[a*((2*m + p - 1)/(m + n + p))   Int[(g* 
Cos[e + f*x])^p*(a + b*Sin[e + f*x])^(m - 1)*(c + d*Sin[e + f*x])^n, x], x] 
 /; FreeQ[{a, b, c, d, e, f, g, n, p}, x] && EqQ[b*c + a*d, 0] && EqQ[a^2 - 
 b^2, 0] && GtQ[m, 0] && NeQ[m + n + p, 0] &&  !LtQ[0, n, m] && IntegersQ[2 
*m, 2*n, 2*p]
 
3.2.43.4 Maple [C] (warning: unable to verify)

Result contains complex when optimal does not.

Time = 3.24 (sec) , antiderivative size = 2599, normalized size of antiderivative = 8.72

method result size
default \(\text {Expression too large to display}\) \(2599\)

input
int((g*cos(f*x+e))^(3/2)*(c-c*sin(f*x+e))^(7/2)/(a+a*sin(f*x+e))^(5/2),x,m 
ethod=_RETURNVERBOSE)
 
output
2/5/f*(g*cos(f*x+e))^(1/2)*(-c*(sin(f*x+e)-1))^(1/2)*g*c^3/(cos(f*x+e)-sin 
(f*x+e)+1)/(a*(1+sin(f*x+e)))^(1/2)/a^2*(391+40*ln(2*(2*(-cos(f*x+e)/(1+co 
s(f*x+e))^2)^(1/2)*cos(f*x+e)+2*(-cos(f*x+e)/(1+cos(f*x+e))^2)^(1/2)-cos(f 
*x+e)+1)/(1+cos(f*x+e)))*(-cos(f*x+e)/(1+cos(f*x+e))^2)^(3/2)*cos(f*x+e)*s 
in(f*x+e)-40*ln((2*(-cos(f*x+e)/(1+cos(f*x+e))^2)^(1/2)*cos(f*x+e)+2*(-cos 
(f*x+e)/(1+cos(f*x+e))^2)^(1/2)-cos(f*x+e)+1)/(1+cos(f*x+e)))*(-cos(f*x+e) 
/(1+cos(f*x+e))^2)^(3/2)*cos(f*x+e)*sin(f*x+e)+40*ln(2*(2*(-cos(f*x+e)/(1+ 
cos(f*x+e))^2)^(1/2)*cos(f*x+e)+2*(-cos(f*x+e)/(1+cos(f*x+e))^2)^(1/2)-cos 
(f*x+e)+1)/(1+cos(f*x+e)))*(-cos(f*x+e)/(1+cos(f*x+e))^2)^(3/2)*sec(f*x+e) 
*tan(f*x+e)-40*ln((2*(-cos(f*x+e)/(1+cos(f*x+e))^2)^(1/2)*cos(f*x+e)+2*(-c 
os(f*x+e)/(1+cos(f*x+e))^2)^(1/2)-cos(f*x+e)+1)/(1+cos(f*x+e)))*(-cos(f*x+ 
e)/(1+cos(f*x+e))^2)^(3/2)*sec(f*x+e)*tan(f*x+e)+10*cos(f*x+e)^2-231*I*(1/ 
(1+cos(f*x+e)))^(1/2)*(cos(f*x+e)/(1+cos(f*x+e)))^(1/2)*EllipticF(I*(csc(f 
*x+e)-cot(f*x+e)),I)*cos(f*x+e)+231*I*(1/(1+cos(f*x+e)))^(1/2)*(cos(f*x+e) 
/(1+cos(f*x+e)))^(1/2)*EllipticE(I*(csc(f*x+e)-cot(f*x+e)),I)*cos(f*x+e)-c 
os(f*x+e)^2*sin(f*x+e)+16*tan(f*x+e)+32*sec(f*x+e)*tan(f*x+e)-16*sec(f*x+e 
)-78*cos(f*x+e)+87*sin(f*x+e)+cos(f*x+e)^3+40*ln(2*(2*(-cos(f*x+e)/(1+cos( 
f*x+e))^2)^(1/2)*cos(f*x+e)+2*(-cos(f*x+e)/(1+cos(f*x+e))^2)^(1/2)-cos(f*x 
+e)+1)/(1+cos(f*x+e)))*(-cos(f*x+e)/(1+cos(f*x+e))^2)^(3/2)*cos(f*x+e)^2-4 
0*ln((2*(-cos(f*x+e)/(1+cos(f*x+e))^2)^(1/2)*cos(f*x+e)+2*(-cos(f*x+e)/...
 
3.2.43.5 Fricas [C] (verification not implemented)

Result contains higher order function than in optimal. Order 9 vs. order 4.

Time = 0.19 (sec) , antiderivative size = 265, normalized size of antiderivative = 0.89 \[ \int \frac {(g \cos (e+f x))^{3/2} (c-c \sin (e+f x))^{7/2}}{(a+a \sin (e+f x))^{5/2}} \, dx=\frac {2 \, {\left (8 \, c^{3} g \cos \left (f x + e\right )^{2} - 146 \, c^{3} g - {\left (c^{3} g \cos \left (f x + e\right )^{2} + 162 \, c^{3} g\right )} \sin \left (f x + e\right )\right )} \sqrt {g \cos \left (f x + e\right )} \sqrt {a \sin \left (f x + e\right ) + a} \sqrt {-c \sin \left (f x + e\right ) + c} + 231 \, {\left (-i \, \sqrt {2} c^{3} g \cos \left (f x + e\right )^{2} + 2 i \, \sqrt {2} c^{3} g \sin \left (f x + e\right ) + 2 i \, \sqrt {2} c^{3} g\right )} \sqrt {a c g} {\rm weierstrassZeta}\left (-4, 0, {\rm weierstrassPInverse}\left (-4, 0, \cos \left (f x + e\right ) + i \, \sin \left (f x + e\right )\right )\right ) + 231 \, {\left (i \, \sqrt {2} c^{3} g \cos \left (f x + e\right )^{2} - 2 i \, \sqrt {2} c^{3} g \sin \left (f x + e\right ) - 2 i \, \sqrt {2} c^{3} g\right )} \sqrt {a c g} {\rm weierstrassZeta}\left (-4, 0, {\rm weierstrassPInverse}\left (-4, 0, \cos \left (f x + e\right ) - i \, \sin \left (f x + e\right )\right )\right )}{5 \, {\left (a^{3} f \cos \left (f x + e\right )^{2} - 2 \, a^{3} f \sin \left (f x + e\right ) - 2 \, a^{3} f\right )}} \]

input
integrate((g*cos(f*x+e))^(3/2)*(c-c*sin(f*x+e))^(7/2)/(a+a*sin(f*x+e))^(5/ 
2),x, algorithm="fricas")
 
output
1/5*(2*(8*c^3*g*cos(f*x + e)^2 - 146*c^3*g - (c^3*g*cos(f*x + e)^2 + 162*c 
^3*g)*sin(f*x + e))*sqrt(g*cos(f*x + e))*sqrt(a*sin(f*x + e) + a)*sqrt(-c* 
sin(f*x + e) + c) + 231*(-I*sqrt(2)*c^3*g*cos(f*x + e)^2 + 2*I*sqrt(2)*c^3 
*g*sin(f*x + e) + 2*I*sqrt(2)*c^3*g)*sqrt(a*c*g)*weierstrassZeta(-4, 0, we 
ierstrassPInverse(-4, 0, cos(f*x + e) + I*sin(f*x + e))) + 231*(I*sqrt(2)* 
c^3*g*cos(f*x + e)^2 - 2*I*sqrt(2)*c^3*g*sin(f*x + e) - 2*I*sqrt(2)*c^3*g) 
*sqrt(a*c*g)*weierstrassZeta(-4, 0, weierstrassPInverse(-4, 0, cos(f*x + e 
) - I*sin(f*x + e))))/(a^3*f*cos(f*x + e)^2 - 2*a^3*f*sin(f*x + e) - 2*a^3 
*f)
 
3.2.43.6 Sympy [F(-1)]

Timed out. \[ \int \frac {(g \cos (e+f x))^{3/2} (c-c \sin (e+f x))^{7/2}}{(a+a \sin (e+f x))^{5/2}} \, dx=\text {Timed out} \]

input
integrate((g*cos(f*x+e))**(3/2)*(c-c*sin(f*x+e))**(7/2)/(a+a*sin(f*x+e))** 
(5/2),x)
 
output
Timed out
 
3.2.43.7 Maxima [F]

\[ \int \frac {(g \cos (e+f x))^{3/2} (c-c \sin (e+f x))^{7/2}}{(a+a \sin (e+f x))^{5/2}} \, dx=\int { \frac {\left (g \cos \left (f x + e\right )\right )^{\frac {3}{2}} {\left (-c \sin \left (f x + e\right ) + c\right )}^{\frac {7}{2}}}{{\left (a \sin \left (f x + e\right ) + a\right )}^{\frac {5}{2}}} \,d x } \]

input
integrate((g*cos(f*x+e))^(3/2)*(c-c*sin(f*x+e))^(7/2)/(a+a*sin(f*x+e))^(5/ 
2),x, algorithm="maxima")
 
output
integrate((g*cos(f*x + e))^(3/2)*(-c*sin(f*x + e) + c)^(7/2)/(a*sin(f*x + 
e) + a)^(5/2), x)
 
3.2.43.8 Giac [F(-1)]

Timed out. \[ \int \frac {(g \cos (e+f x))^{3/2} (c-c \sin (e+f x))^{7/2}}{(a+a \sin (e+f x))^{5/2}} \, dx=\text {Timed out} \]

input
integrate((g*cos(f*x+e))^(3/2)*(c-c*sin(f*x+e))^(7/2)/(a+a*sin(f*x+e))^(5/ 
2),x, algorithm="giac")
 
output
Timed out
 
3.2.43.9 Mupad [F(-1)]

Timed out. \[ \int \frac {(g \cos (e+f x))^{3/2} (c-c \sin (e+f x))^{7/2}}{(a+a \sin (e+f x))^{5/2}} \, dx=\int \frac {{\left (g\,\cos \left (e+f\,x\right )\right )}^{3/2}\,{\left (c-c\,\sin \left (e+f\,x\right )\right )}^{7/2}}{{\left (a+a\,\sin \left (e+f\,x\right )\right )}^{5/2}} \,d x \]

input
int(((g*cos(e + f*x))^(3/2)*(c - c*sin(e + f*x))^(7/2))/(a + a*sin(e + f*x 
))^(5/2),x)
 
output
int(((g*cos(e + f*x))^(3/2)*(c - c*sin(e + f*x))^(7/2))/(a + a*sin(e + f*x 
))^(5/2), x)